home *** CD-ROM | disk | FTP | other *** search
- global oldMouseP, cursorSpr, drops, animate, gravite
-
- on enterFrame
- if not soundBusy(1) then
- puppetSound(1, member("fuckhead"))
- end if
- oldMouseP = point(0, 0)
- cursorSpr = 42
- drops = []
- repeat with a = 30 to 41
- append(drops, new(script("dropz"), a))
- end repeat
- nikChan = 12
- tomChan = 9
- benChan = 10
- JeaChan = 11
- nikAnim = ["Fly"]
- tomAnim = []
- jeaAnim = ["chix1"]
- benAnim = ["stretch_1", "stretch_2", "stretch_3", "stretch_4", "stretch_5", "stretch_6", "stretch_7", "stretch_8"]
- animate = [new(script("animatez"), tomChan, tomAnim), new(script("animatez"), benChan, benAnim)]
- gravite = [new(script("gravity"), nikChan, nikAnim, 0), new(script("gravity"), JeaChan, jeaAnim, the number of member "soft")]
- repeat with i = 5 to 7
- puppetSprite(i, 1)
- end repeat
- end
-